WebObjects Builder is an application that provides graphical tools for creating dynamic web pages (components ). This chapter describes the basic procedures for creating your components' content with WebObjects Builder.
A web page consists of elements . WebObjects Builder allows you to add most of the common HTML elements to a component by using its graphical editing tools. You can type text directly into a component window and you can add additional HTML elements by using the buttons in the toolbar (or their menu equivalents).
In addition, WebObjects allows you to create dynamic elements , whose look and behavior are determined at run time. This chapter focuses on basic editing tasks and the use of standard HTML elements. The next chapter, Working With Dynamic Elements , provides more specifics on using dynamic elements.